home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / f2c / may_5_92.lha / f2c.VMay_5_1992 / src / usignal.h < prev    next >
C/C++ Source or Header  |  1992-05-07  |  124b  |  8 lines

  1. #include <signal.h>
  2. #ifndef SIGHUP
  3. #define    SIGHUP    1    /* hangup */
  4. #endif
  5. #ifndef SIGQUIT
  6. #define    SIGQUIT    3    /* quit */
  7. #endif
  8.